home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRINSFIELDSFORM / TFRINSFIELDSFORM.txt < prev   
Text File  |  2002-03-27  |  2KB  |  106 lines

  1. object frInsFieldsForm: TfrInsFieldsForm
  2.   Left = 199
  3.   Top = 110
  4.   Width = 184
  5.   Height = 233
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'DB fields'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object FieldsLB: TListBox
  21.     Left = 0
  22.     Top = 99
  23.     Width = 176
  24.     Height = 107
  25.     HelpContext = 23
  26.     Align = alClient
  27.     DragMode = dmAutomatic
  28.     ItemHeight = 16
  29.     Style = lbOwnerDrawFixed
  30.     TabOrder = 0
  31.     OnDblClick = FieldsLBDblClick
  32.     OnDrawItem = DatasetsLBDrawItem
  33.     OnStartDrag = FieldsLBStartDrag
  34.   end
  35.   object DatasetsLB: TListBox
  36.     Left = 0
  37.     Top = 0
  38.     Width = 176
  39.     Height = 97
  40.     HelpContext = 10
  41.     Align = alTop
  42.     ItemHeight = 16
  43.     Style = lbOwnerDrawFixed
  44.     TabOrder = 1
  45.     OnClick = DatasetsLBClick
  46.     OnDrawItem = DatasetsLBDrawItem
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 20
  50.     Top = 40
  51.     Width = 145
  52.     Height = 29
  53.     TabOrder = 2
  54.     Visible = False
  55.     object Image1: TImage
  56.       Left = 12
  57.       Top = 5
  58.       Width = 16
  59.       Height = 16
  60.       AutoSize = True
  61.       Picture.Data = {<image000.bmp>}
  62.       Visible = False
  63.     end
  64.     object Image2: TImage
  65.       Left = 44
  66.       Top = 5
  67.       Width = 16
  68.       Height = 16
  69.       AutoSize = True
  70.       Picture.Data = {<image001.bmp>}
  71.       Visible = False
  72.     end
  73.     object Image3: TImage
  74.       Left = 76
  75.       Top = 5
  76.       Width = 16
  77.       Height = 16
  78.       AutoSize = True
  79.       Picture.Data = {<image002.bmp>}
  80.       Visible = False
  81.     end
  82.     object Image4: TImage
  83.       Left = 108
  84.       Top = 5
  85.       Width = 16
  86.       Height = 16
  87.       AutoSize = True
  88.       Picture.Data = {<image003.bmp>}
  89.       Visible = False
  90.     end
  91.   end
  92.   object Splitter: TPanel
  93.     Left = 0
  94.     Top = 97
  95.     Width = 176
  96.     Height = 2
  97.     Cursor = crVSplit
  98.     Align = alTop
  99.     BevelOuter = bvNone
  100.     TabOrder = 3
  101.     OnMouseDown = SplitterMouseDown
  102.     OnMouseMove = SplitterMouseMove
  103.     OnMouseUp = SplitterMouseUp
  104.   end
  105. end
  106.